home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / internet / fit11432.zip / FRAMEIT.EXE / 0 / RCDATA / TFINISHFRM / TFINISHFRM.txt
Text File  |  1996-06-10  |  906b  |  39 lines

  1. object FinishFrm: TFinishFrm
  2.   Left = 105
  3.   Top = 157
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'FinishFrm'
  7.   ClientHeight = 112
  8.   ClientWidth = 270
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 0
  17.     Top = 0
  18.     Width = 270
  19.     Height = 72
  20.     Align = alTop
  21.     Alignment = taCenter
  22.     AutoSize = False
  23.     Caption = 
  24.       'The HTML frame codes have been placed onto the ClipBoard, ready ' +
  25.       'for pasting into any application you choose. Please remember to ' +
  26.       'place the infomation into a secure place as soon as possible, as' +
  27.       ' another application may require the clipboard and clear it ..'
  28.   end
  29.   object Button1: TButton
  30.     Left = 92
  31.     Top = 84
  32.     Width = 80
  33.     Height = 27
  34.     Caption = '&Ok'
  35.     ModalResult = 1
  36.     TabOrder = 0
  37.   end
  38. end
  39.